runtime.g.writebuf (field)

12 uses

	runtime (current package)
		mprof.go#L1718: 			g0.writebuf = buf[0:0:len(buf)]
		mprof.go#L1725: 			n = len(g0.writebuf)
		mprof.go#L1726: 			g0.writebuf = nil
		print.go#L100: 	if gp == nil || gp.writebuf == nil || gp.m.dying > 0 {
		print.go#L105: 	n := copy(gp.writebuf[len(gp.writebuf):cap(gp.writebuf)], b)
		print.go#L106: 	gp.writebuf = gp.writebuf[:len(gp.writebuf)+n]
		proc.go#L4520: 	gp.writebuf = nil
		runtime2.go#L554: 	writebuf        []byte